/* Header ================================================================================ */

#header p {
    color: #e1e1e1;
    margin: 6px 0;
}

#header .welcome-msg {
    color: #fe5c1a;
    margin: 6px 0 6px 0;
    text-align: center;
    font-size: 14px;
}

#header .links {
    float: right;
    font-size: 12px;
    margin: 6px 0;
}

#header .links li {
    float: left;
}

#header .links a {
    color: #e1e1e1;
    text-transform: uppercase;
    padding: 0 5px;
    border-right: 1px solid #383838;
}

#header .links li.last a {
    border: none;
    padding-right: 0;
}

#header .logo {
    display: block;
    margin: 0;
}

#header .logo img {
    margin: 10px 0;
    max-height: 80px;
}

#header .header-top {
    background-color: #000000;
}

#header .header-middel {
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.7)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=1 ); /* IE6-9 */

}

/*#header .header-middel:before {
    background-image: url('../images/texture.jpg');
    content: '';
    height: 100px;
    position: absolute;
    width: 100%;
    z-index: -1;
}*/


/* Search */
#search_mini_form {
    margin: 0;
    padding: 30px 0 0;
}

#search_mini_form .input-wrapper {
    padding: 3px 10px 3px 8px;
    border: 1px solid #d8d8d8;
    box-shadow: #f4f4f4 0 0 0 4px;
    border-radius: 3px;
    height: 30px;
}

#search_mini_form .input-wrapper .input-search {
    background: transparent;
    border: none;
    color: #666;
    outline: 0;
    height: 22px;
    padding: 0 0 0 5px;
    vertical-align: top;
}

#search_mini_form .icon-search {
    background-color: #383838;
    color: #e1e1e1;
    font-size: 24px;
    line-height: 24px;
    padding: 9px 8px;
    position: absolute;
    right: 0;
    top: 0;
}

#search_mini_form .icon-search

#search_mini_form .search-input {
    position: relative;
}

#search_autocomplete {
    background: #fff;
    border: 0;
    border-top: 0;
}

#search_autocomplete ul li {
    padding: 5px 10px;
}

#search_autocomplete ul li.odd {
    background: #f5f5f5;
}

#search_autocomplete ul li.selected {
    background: #e5e5e5;
}

#search_autocomplete .amount {
    float: right;
}

#search_mini_form .form-search {
    position: relative;
}

#search_mini_form .input-text {
    background-color: #292929;
    border: 0;
    color: #fe5c1a;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 10px 9px;
}


/* Navigation */
#nav{
    display: block;
    margin-left: 11% !important;
}
#nav {
    border-bottom: 0;
    color: #e1e1e1;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-size: 16px;
    line-height: 14px;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

#header .header-bottom {
   /* background-color: #000;
    position: fixed;
    width: 100%;
    z-index: 1000;*/
   position: fixed;
   width: 100vw;
   top: 0;
   left: 0;
   background: #000000;
   border-bottom: 1px solid #c85a1e;
   z-index: 100;
   height: 55px;
   transition: height .5s, background-color .5s;
}
@media (max-width: 330px) and (min-width: 310px){

.html.item.first.last  .contact-area_header_image{
height: 163px!important;
        position:inherit!important;
        margin-bottom: -24px;

  }
  #header .header-bottom {
    width: 100vw!important;
  }
}
@media (max-width: 570px) and (min-width:550px){
  #header .header-bottom {
    width: 100%!important;
  }
}
#header .fix {
    background-color: #2F3131;
    border-bottom-width: 0;
}

.header-bottom:before{
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;

    background: -moz-linear-gradient(left,  rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.15) 4%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.1)), color-stop(4%,rgba(255,255,255,0.15)), color-stop(50%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0.1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.15) 4%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.15) 4%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.15) 4%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0.1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.15) 4%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0.1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#1affffff',GradientType=1 ); /* IE6-9 */
}

.header-bottom:after{
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 999;

    background: -moz-linear-gradient(left,  rgba(254,92,26,0.2) 0%, rgba(254,92,26,0.25) 4%, rgba(254,92,26,0.8) 50%, rgba(254,92,26,0.2) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(254,92,26,0.2)), color-stop(4%,rgba(254,92,26,0.25)), color-stop(50%,rgba(254,92,26,0.8)), color-stop(100%,rgba(254,92,26,0.2))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(254,92,26,0.2) 0%,rgba(254,92,26,0.25) 4%,rgba(254,92,26,0.8) 50%,rgba(254,92,26,0.2) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(254,92,26,0.2) 0%,rgba(254,92,26,0.25) 4%,rgba(254,92,26,0.8) 50%,rgba(254,92,26,0.2) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(254,92,26,0.2) 0%,rgba(254,92,26,0.25) 4%,rgba(254,92,26,0.8) 50%,rgba(254,92,26,0.2) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(254,92,26,0.2) 0%,rgba(254,92,26,0.25) 4%,rgba(254,92,26,0.8) 50%,rgba(254,92,26,0.2) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33fe5c1a', endColorstr='#33fe5c1a',GradientType=1 ); /* IE6-9 */

}

#nav span.toggle {
    display: none;
}

/* All Levels */
#nav li {
    text-align: left;
    position: relative;
}

#nav li.last {
    border-right: 0;
}

#nav li.over {
    z-index: 998;
}

#nav li.parent {
}

#nav li a {
    display: block;
    text-decoration: none;
}

#nav li a:hover {
    text-decoration: none;
}

#nav li a span {
    display: block;
    white-space: nowrap;
    cursor: pointer;
}

#nav li ul a span {
    white-space: nowrap;

}

/* 1st Level */
#nav li {
    float: none;
    display: inline-block;
    position: relative;

}

#nav li.level0:after {
    background-color: #000;
    box-shadow: 0 0 2px 2px rgba(255,255,255,0.2);
    content: '';
    height: 45px;
    //
    position: absolute;
    right: 0;
    top: 1px;
    width: 1px;
    z-index: 999;
}

#nav li a {
    color: #e1e1e1;
    padding: 18px 14px;
    text-transform: uppercase;
}

#nav li a:hover,
#nav li.active a {
    color: white;
    font-weight: bold;
}

#nav li.active
{
    border-top: 3px solid #fe5c1a;
}

/* 2nd Level */
#nav ul,
#nav div {
    border: 0;
    position: absolute;
    left: -10000px;
    padding: 0;
    top: 50px;
    min-width: 220px;
    z-index: 1;
}

#nav li ul li, #nav li ul li.first, #nav li ul li.last {
    background: #d9d9d9;
    border-bottom: 1px solid #aeaeae;
    display: inline-block;
    padding: 9px 22px;
    width: 79%;
    margin-left: -12%;
}

#nav  li.level0 li:hover a {
    color: #fe5c1a;
}

#nav li ul li.last {
    border: 0;
}

#nav .parent:hover ul {
    left: 0;
}

#nav li.over ul li a, #nav li.active ul li a {
    /* background: #ffffff; */
    color: #343434;
    text-align: center;
    font-size: 14px;
}

#nav li a:hover, #nav li.active a {
    color: #ffffff;
    font-weight: 500;
}

#nav ul li {
    float: none;
    border-bottom: none;
}

#nav ul li.last {
    border-bottom: 0;
}

#nav ul li a {
    float: none;
    padding: 3px 8px;
    font-weight: normal;
}

/* 3rd+ leven */
#nav ul ul {
    top: 7px;
    background: #ffffff;
}

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub {
    left: 0;
    z-index: 999;
}

#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {
    left: 200px;
    top: -12px;
}

/* Newsletter Popup */
.newsletter-wrapper #newsletter_popup {
    display: none;
}

.fancybox-opened #newsletter_popup {
    display: block;
    text-align: center;
}
.fancybox-opened #newsletter_popup .button {
    float: right;
    padding: 12px 10px 11px;
}

.fancybox-opened #newsletter-validate-detail > span {
    float: left;
    padding-top: 12px 9px 11px;
}

.fancybox-inner .content form{
    margin: auto;
    width: 350px !important;
}
@media (max-width:769px){
  .html.item.first.last  .contact-area_header_image{
  height: 163px!important;
          position:inherit!important;
          margin-bottom: -24px;

    }
  #nav li ul li, #nav li ul li.first, #nav li ul li.last {
      background: #d9d9d9;
      border-bottom: 1px solid #aeaeae;
      display: inline-block;
      padding: 9px 22px;
      width: 79%;
      margin-left: 0!important;
  }
#nav {
    border-bottom: 0;
    color: #e1e1e1;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-size: 8px;
    line-height: 14px;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
}
@media (min-width:770px) and (max-width:825px){
#nav {
    border-bottom: 0;
    color: #e1e1e1;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-size: 8px;
    line-height: 14px;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
li.contact_number {
    display: none !important;
}
}
@media (min-width:826px) and (max-width:870px){
#nav {
    border-bottom: 0;
    color: #e1e1e1;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-size: 8px;
    line-height: 14px;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
}
@media (min-width:871px) and (max-width:950px){
#nav {
    border-bottom: 0;
    color: #e1e1e1;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-size: 10px;
    line-height: 14px;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
li.contact_number {
    display: none !important;
}
}
@media (min-width:871px) and (max-width:991px){
#nav {
    border-bottom: 0;
    color: #e1e1e1;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-size: 10px;
    line-height: 14px;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    margin-left: -6%;
}#button-all{
  padding-right: 10px;
}
.col-md-12 .fontstyle-Roboto-h{
  margin-left: 0!important;
}

}
@media (min-width:992px) and (max-width:1323px){
#nav {
    border-bottom: 0;
    color: #e1e1e1;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-size: 10px;
    line-height: 14px;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 8%;
    width: 103%;
}

}
@media (max-width:768px){
  .col-md-12 #nav {

    margin-left: 0 !important;
}
}
